imcontextime: Add missing semicolon
authorBenjamin Otte <otte@redhat.com>
Tue, 21 May 2019 05:18:50 +0000 (07:18 +0200)
committerBenjamin Otte <otte@redhat.com>
Tue, 21 May 2019 05:23:30 +0000 (07:23 +0200)
I wonder how thoroughly this was tested... ;)

gtk/gtkimcontextime.c

index ab972c90e6a27f2cae9d935178748a0cbca2ad4b..1814e7b30b3bac0a0bf204e3e48abd2027f77bc3 100644 (file)
@@ -879,7 +879,7 @@ gtk_im_context_ime_set_preedit_font (GtkIMContext *context)
 
   widget = gtk_root_get_for_surface (context_ime->client_surface);
   if (!widget)
-    return
+    return;
 
   hwnd = gdk_win32_surface_get_impl_hwnd (context_ime->client_surface);
   himc = ImmGetContext (hwnd);